golang.org/x/net/http2.pipe.breakErr (field)
10 uses
golang.org/x/net/http2 (current package)
pipe.go#L22: breakErr error // immediate read error (caller doesn't see rest of b)
pipe.go#L38: if p.err != nil || p.breakErr != nil {
pipe.go#L62: if p.breakErr != nil {
pipe.go#L63: return 0, p.breakErr
pipe.go#L94: if p.err != nil || p.breakErr != nil {
pipe.go#L116: func (p *pipe) BreakWithError(err error) { p.closeWithError(&p.breakErr, err, nil) }
pipe.go#L137: if dst == &p.breakErr {
pipe.go#L165: if p.breakErr != nil {
pipe.go#L166: return p.breakErr
pipe.go#L178: if p.err != nil || p.breakErr != nil {
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)